projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27a1722
)
(comint-send-input): Add help-echo to mouse-highlighted text.
author
Eli Zaretskii
<eliz@gnu.org>
Sun, 17 Jun 2001 11:17:17 +0000
(11:17 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 17 Jun 2001 11:17:17 +0000
(11:17 +0000)
lisp/comint.el
patch
|
blob
|
history
diff --git
a/lisp/comint.el
b/lisp/comint.el
index 213a0673106868bf09f622ff39dd9eb13ac5d8fb..ac5c20d77cb6c6c5cca21f054ca66d48bb34e5f5 100644
(file)
--- a/
lisp/comint.el
+++ b/
lisp/comint.el
@@
-1442,6
+1442,9
@@
Similarly for Soar, Scheme, etc."
(when comint-highlight-input
(overlay-put over 'face 'comint-highlight-input)
(overlay-put over 'mouse-face 'highlight)
+ (overlay-put over
+ 'help-echo
+ "mouse-2: insert previous clicked-on input")
(overlay-put over 'evaporate t))))
(unless comint-use-prompt-regexp-instead-of-fields
;; Make an overlay for the terminating newline